Replace the avhttp library used by the github plugin with libcurl.
authorMark Roszko <mark.roszko@gmail.com>
Mon, 21 Dec 2015 20:30:33 +0000 (15:30 -0500)
committerCarsten Schoenert <c.schoenert@t-online.de>
Wed, 25 Jan 2017 21:38:35 +0000 (21:38 +0000)
commit8054351d1eeb8160ecbc158d7e31bd37506e98b7
tree99241f81b39cdc75150502642f475b67f06a3eeb
parent5e5f2e7cbf57f094b0889830e5d24c6e4911fa01
Replace the avhttp library used by the github plugin with libcurl.

Gbp-Pq: Topic fixes
Gbp-Pq: Name Replace-the-avhttp-library-used-by-the-github-plugin-with.patch
12 files changed:
CMakeLists.txt
common/CMakeLists.txt
common/kicad_curl/kicad_curl.cpp [new file with mode: 0644]
common/kicad_curl/kicad_curl_easy.cpp [new file with mode: 0644]
common/pgm_base.cpp
include/kicad_curl/kicad_curl.h [new file with mode: 0644]
include/kicad_curl/kicad_curl_easy.h [new file with mode: 0644]
pcbnew/github/CMakeLists.txt
pcbnew/github/github_getliblist.cpp
pcbnew/github/github_getliblist.h
pcbnew/github/github_plugin.cpp
pcbnew/github/github_plugin.h